home *** CD-ROM | disk | FTP | other *** search
/ Ah My Goddess / Ah My Goddess.iso / pc / stage / start.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1997-09-08  |  171 b   |  11 lines

  1. on exitFrame
  2.   if the controlDown then
  3.     go("Back", "MENU")
  4.   else
  5.     if gfxexitmovie() then
  6.       gfxfalsepapette(1, 48)
  7.       go(1, "ENDING")
  8.     end if
  9.   end if
  10. end
  11.